Line

Content Type: Widget
Categories: User Interface

Overview

Add a horizontal line to your app as an html
tag with options for length, thickness, horizontal alignment, and colour.

Documentation

This widget will draw a line as an <hr> html element with the following structure:

<hr style="border-top: [thickness] solid [color]; width: [length]" align="[horizontal align]">

Releases

Version: 1.0.0
Framework Version: 7.16.0
Release Notes: Initial release